3.88 \(\int \frac{F^{c (a+b x)} \log ^n(d x) (e+e n+e (-1+b c x \log (F)) \log (d x))}{x^2} \, dx\)

Optimal. Leaf size=22 \[ \frac{e \log ^{n+1}(d x) F^{c (a+b x)}}{x} \]

[Out]

(e*F^(c*(a + b*x))*Log[d*x]^(1 + n))/x

_______________________________________________________________________________________

Rubi [A]  time = 0.197778, antiderivative size = 22, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 38, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.026 \[ \frac{e \log ^{n+1}(d x) F^{c (a+b x)}}{x} \]

Antiderivative was successfully verified.

[In]  Int[(F^(c*(a + b*x))*Log[d*x]^n*(e + e*n + e*(-1 + b*c*x*Log[F])*Log[d*x]))/x^2,x]

[Out]

(e*F^(c*(a + b*x))*Log[d*x]^(1 + n))/x

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 11.1605, size = 19, normalized size = 0.86 \[ \frac{F^{c \left (a + b x\right )} e \log{\left (d x \right )}^{n + 1}}{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(F**(c*(b*x+a))*ln(d*x)**n*(e+e*n+e*(-1+b*c*x*ln(F))*ln(d*x))/x**2,x)

[Out]

F**(c*(a + b*x))*e*log(d*x)**(n + 1)/x

_______________________________________________________________________________________

Mathematica [A]  time = 0.0638254, size = 23, normalized size = 1.05 \[ \frac{e \log ^{n+1}(d x) F^{a c+b c x}}{x} \]

Antiderivative was successfully verified.

[In]  Integrate[(F^(c*(a + b*x))*Log[d*x]^n*(e + e*n + e*(-1 + b*c*x*Log[F])*Log[d*x]))/x^2,x]

[Out]

(e*F^(a*c + b*c*x)*Log[d*x]^(1 + n))/x

_______________________________________________________________________________________

Maple [C]  time = 0.128, size = 136, normalized size = 6.2 \[{\frac{ \left ( 2\,\ln \left ( d \right ) +2\,\ln \left ( x \right ) -i\pi \,{\it csgn} \left ( id \right ){\it csgn} \left ( ix \right ){\it csgn} \left ( idx \right ) +i\pi \,{\it csgn} \left ( id \right ) \left ({\it csgn} \left ( idx \right ) \right ) ^{2}+i\pi \,{\it csgn} \left ( ix \right ) \left ({\it csgn} \left ( idx \right ) \right ) ^{2}-i\pi \, \left ({\it csgn} \left ( idx \right ) \right ) ^{3} \right ) e{F}^{c \left ( bx+a \right ) } \left ( \ln \left ( d \right ) +\ln \left ( x \right ) -{\frac{i}{2}}\pi \,{\it csgn} \left ( idx \right ) \left ( -{\it csgn} \left ( idx \right ) +{\it csgn} \left ( id \right ) \right ) \left ( -{\it csgn} \left ( idx \right ) +{\it csgn} \left ( ix \right ) \right ) \right ) ^{n}}{2\,x}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(F^(c*(b*x+a))*ln(d*x)^n*(e+e*n+e*(-1+b*c*x*ln(F))*ln(d*x))/x^2,x)

[Out]

1/2*F^(c*(b*x+a))*e*(2*ln(d)+2*ln(x)-I*Pi*csgn(I*d)*csgn(I*x)*csgn(I*d*x)+I*Pi*c
sgn(I*d)*csgn(I*d*x)^2+I*Pi*csgn(I*x)*csgn(I*d*x)^2-I*Pi*csgn(I*d*x)^3)/x*(ln(d)
+ln(x)-1/2*I*Pi*csgn(I*d*x)*(-csgn(I*d*x)+csgn(I*d))*(-csgn(I*d*x)+csgn(I*x)))^n

_______________________________________________________________________________________

Maxima [A]  time = 0.967801, size = 53, normalized size = 2.41 \[ \frac{{\left (F^{a c} e \log \left (d\right ) + F^{a c} e \log \left (x\right )\right )} e^{\left (b c x \log \left (F\right ) + n \log \left (\log \left (d\right ) + \log \left (x\right )\right )\right )}}{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(((b*c*x*log(F) - 1)*e*log(d*x) + e*n + e)*F^((b*x + a)*c)*log(d*x)^n/x^2,x, algorithm="maxima")

[Out]

(F^(a*c)*e*log(d) + F^(a*c)*e*log(x))*e^(b*c*x*log(F) + n*log(log(d) + log(x)))/
x

_______________________________________________________________________________________

Fricas [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(((b*c*x*log(F) - 1)*e*log(d*x) + e*n + e)*F^((b*x + a)*c)*log(d*x)^n/x^2,x, algorithm="fricas")

[Out]

Exception raised: TypeError

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(F**(c*(b*x+a))*ln(d*x)**n*(e+e*n+e*(-1+b*c*x*ln(F))*ln(d*x))/x**2,x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: RuntimeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(((b*c*x*log(F) - 1)*e*log(d*x) + e*n + e)*F^((b*x + a)*c)*log(d*x)^n/x^2,x, algorithm="giac")

[Out]

Exception raised: RuntimeError